home *** CD-ROM | disk | FTP | other *** search
/ Clinical Endocrinology / Clinical Endocrinology.iso / pc / 00000000 / search.dir / 00004_Script_4 < prev    next >
Text File  |  1995-11-17  |  499b  |  23 lines

  1. on goSelectedMovie
  2.   
  3.   global lineSelection, pathToMovie, hardDisk
  4.   
  5.   if the hilite of cast 7 = true then
  6.     put line lineSelection of field "Links field" into textToStrip
  7.   else
  8.     put line lineSelection of field "Alpha Links field" into textToStrip
  9.   end if
  10.   
  11.   stripMoviePath textToStrip
  12.   
  13.   put the pathName & the movieName into childWindow
  14.   
  15.   
  16.   tell the stage
  17.     go movie hardDisk & pathToMovie
  18.     close window childWindow
  19.   end tell
  20.   
  21.   
  22. end goSelectedmovie
  23.